home *** CD-ROM | disk | FTP | other *** search
/ Chip 1998 May / CHIP Turkiye Mayıs 1998.iso / araclar / 95IDA / _SETUP.1 / IDA.exe / 0 / RCDATA / TADDTOMENU / TADDTOMENU.txt < prev   
Text File  |  1997-04-22  |  3KB  |  148 lines

  1. object Addtomenu: TAddtomenu
  2.   Left = 191
  3.   Top = 158
  4.   ActiveControl = ProgName
  5.   BorderIcons = [biHelp]
  6.   BorderStyle = bsDialog
  7.   Caption = 'Add to menu'
  8.   ClientHeight = 143
  9.   ClientWidth = 427
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   Icon.Data = {<image000.ico>}
  15.   KeyPreview = True
  16.   Position = poScreenCenter
  17.   Scaled = False
  18.   OnActivate = FormActivate
  19.   PixelsPerInch = 120
  20.   TextHeight = 16
  21.   object NameLabel: TLabel
  22.     Left = 8
  23.     Top = 43
  24.     Width = 41
  25.     Height = 13
  26.     Caption = 'Name'
  27.     Font.Color = clWindowText
  28.     Font.Height = -11
  29.     Font.Name = 'MS Sans Serif'
  30.     Font.Style = []
  31.     ParentFont = False
  32.   end
  33.   object ParameterLabel: TLabel
  34.     Left = 8
  35.     Top = 72
  36.     Width = 73
  37.     Height = 13
  38.     Caption = 'Parameters:'
  39.     Font.Color = clWindowText
  40.     Font.Height = -11
  41.     Font.Name = 'MS Sans Serif'
  42.     Font.Style = []
  43.     ParentFont = False
  44.   end
  45.   object RunAsLabel: TLabel
  46.     Left = 8
  47.     Top = 99
  48.     Width = 49
  49.     Height = 13
  50.     Caption = 'Run as:'
  51.   end
  52.   object FysNameLabel: TLabel
  53.     Left = 8
  54.     Top = 16
  55.     Width = 33
  56.     Height = 17
  57.     Caption = 'File:'
  58.   end
  59.   object LocateItem: TSpeedButton
  60.     Left = 304
  61.     Top = 8
  62.     Width = 25
  63.     Height = 25
  64.     OnClick = LocateItemClick
  65.   end
  66.   object ProgName: TEdit
  67.     Left = 81
  68.     Top = 40
  69.     Width = 215
  70.     Height = 24
  71.     HelpContext = 710
  72.     Font.Color = clWindowText
  73.     Font.Height = -11
  74.     Font.Name = 'MS Sans Serif'
  75.     Font.Style = []
  76.     ParentFont = False
  77.     TabOrder = 0
  78.   end
  79.   object bOK: TButton
  80.     Left = 339
  81.     Top = 8
  82.     Width = 75
  83.     Height = 25
  84.     Caption = 'OK'
  85.     Default = True
  86.     Font.Color = clWindowText
  87.     Font.Height = -11
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ModalResult = 1
  91.     ParentFont = False
  92.     TabOrder = 3
  93.   end
  94.   object bCancel: TButton
  95.     Left = 339
  96.     Top = 42
  97.     Width = 75
  98.     Height = 25
  99.     Caption = 'Cancel'
  100.     Font.Color = clWindowText
  101.     Font.Height = -11
  102.     Font.Name = 'MS Sans Serif'
  103.     Font.Style = []
  104.     ModalResult = 2
  105.     ParentFont = False
  106.     TabOrder = 4
  107.   end
  108.   object Parameter: TEdit
  109.     Left = 81
  110.     Top = 68
  111.     Width = 215
  112.     Height = 24
  113.     HelpContext = 720
  114.     Font.Color = clWindowText
  115.     Font.Height = -11
  116.     Font.Name = 'MS Sans Serif'
  117.     Font.Style = []
  118.     ParentFont = False
  119.     TabOrder = 1
  120.   end
  121.   object ShowState: TComboBox
  122.     Left = 81
  123.     Top = 96
  124.     Width = 215
  125.     Height = 24
  126.     HelpContext = 725
  127.     Font.Color = clWindowText
  128.     Font.Height = -11
  129.     Font.Name = 'MS Sans Serif'
  130.     Font.Style = []
  131.     ItemHeight = 16
  132.     Items.Strings = (
  133.       'Normal window'
  134.       'Minimized window'
  135.       'Maximized window')
  136.     ParentFont = False
  137.     TabOrder = 2
  138.     Text = 'Normal window'
  139.   end
  140.   object FysName: TEdit
  141.     Left = 80
  142.     Top = 12
  143.     Width = 217
  144.     Height = 24
  145.     TabOrder = 5
  146.   end
  147. end
  148.